projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8345a
)
Add "button" loading after "faces" and move "startup" to load after "button".
author
Juri Linkov
<juri@jurta.org>
Thu, 23 Aug 2007 00:07:49 +0000
(
00:07
+0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 23 Aug 2007 00:07:49 +0000
(
00:07
+0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index b6464372a41ae0d1b5875ce828805f8ffcddf5d6..1b96afd5486785aa0a6106adfd0a0a3673bfad08 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-69,11
+69,12
@@
(setq load-source-file-function 'load-with-code-conversion)
(load "files")
-(load "startup")
-
(load "cus-face")
(load "faces") ; after here, `defface' may be used.
+(load "button")
+(load "startup")
+
(message "Lists of integers (garbage collection statistics) are normal output")
(message "while building Emacs; they do not indicate a problem.")
(message "%s" (garbage-collect))